home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / png / ptot / inflate.h < prev    next >
C/C++ Source or Header  |  1995-03-22  |  324b  |  17 lines

  1. /*
  2.  * inflate.h
  3.  *
  4.  * Definitions needed for interfacing ptot to Mark Adler's 
  5.  * inflate.c from the Info-ZIP distribution.  Most of the
  6.  * real work is moved to ptot.h, because ptot.c needs to
  7.  * share the structures.
  8.  */
  9.  
  10. #include <stdlib.h>
  11. #include <string.h>
  12. #include <stdio.h>
  13.  
  14. #include "ptot.h"
  15.  
  16. extern PNG_STATE ps;
  17.